home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / content / tabmixplus / links / text_link.xul < prev    next >
Extensible Markup Language  |  2008-04-15  |  638b  |  20 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://tabmixplus/skin/text_link.css" type="text/css"?>
  4.  
  5. <overlay id="tabmixplus-text-link-overlay"
  6.    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  7.  
  8.    <script type="application/x-javascript" src="chrome://tabmixplus/content/links/userInterface.js"/>
  9.    <script type="application/x-javascript">
  10.  
  11.    <![CDATA[
  12.       window.openUILink = TMP_openUILink;
  13.    ]]>
  14.  
  15.    </script>
  16.  
  17.    <!-- text_link.css fix the links for "Visit Home Page" in about.xul -->
  18.    <!-- text_link.css fix the links for "view more information..." in updates.xul -->
  19. </overlay>
  20.